js获取select下拉框选中的的值和判断checkbox是否选中状态 html: <select id="lib_select" name=""> <option value="1">text1</option> ...